找传奇、传世资源到传世资源站!

基于ASP.NE的校园一体化设备管理系统 全套源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

基于ASP.NE的校园一体化设备管理系统 全套源码 
from clipboard.
├── 基于ASP.NE的校园一体化设备管理系统 全套源码 数据库
│   └── 高校设备管理系统
│       ├── 高校设备管理系统
│       │   ├── BLL
│       │   │   ├── AdminManage.cs
│       │   │   ├── AuthorityManage.cs
│       │   │   ├── BLL.csproj
│       │   │   ├── BLL.csproj.user
│       │   │   ├── BeakDevice.cs
│       │   │   ├── BorrowBackMange.cs
│       │   │   ├── DeviceManage.cs
│       │   │   ├── DeviceShelfManage.cs
│       │   │   ├── DeviceTypeManage.cs
│       │   │   ├── OperatorClass.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   ├── ReaderManage.cs
│       │   │   ├── ReaderTypeManage.cs
│       │   │   ├── RepairDevice.cs
│       │   │   ├── ValidateClass.cs
│       │   │   ├── bin
│       │   │   │   ├── Debug
│       │   │   │   │   ├── BLL.dll
│       │   │   │   │   ├── BLL.pdb
│       │   │   │   │   ├── DAL.dll
│       │   │   │   │   └── DAL.pdb
│       │   │   │   └── Release
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── BLL.csproj.FileListAbsolute.txt
│       │   │           ├── BLL.dll
│       │   │           ├── BLL.pdb
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── Refactor
│       │   │           │   └── BLL.dll
│       │   │           ├── ResolveAssemblyReference.cache
│       │   │           └── TempPE
│       │   ├── Backup
│       │   │   ├── BLL
│       │   │   │   ├── AdminManage.cs
│       │   │   │   ├── AuthorityManage.cs
│       │   │   │   ├── BLL.csproj
│       │   │   │   ├── BeakDevice.cs
│       │   │   │   ├── BorrowBackMange.cs
│       │   │   │   ├── DeviceManage.cs
│       │   │   │   ├── DeviceShelfManage.cs
│       │   │   │   ├── DeviceTypeManage.cs
│       │   │   │   ├── OperatorClass.cs
│       │   │   │   ├── Properties
│       │   │   │   │   └── AssemblyInfo.cs
│       │   │   │   ├── ReaderManage.cs
│       │   │   │   ├── ReaderTypeManage.cs
│       │   │   │   ├── RepairDevice.cs
│       │   │   │   └── ValidateClass.cs
│       │   │   ├── DAL
│       │   │   │   ├── DAL.csproj
│       │   │   │   ├── DataBase.cs
│       │   │   │   └── Properties
│       │   │   │       └── AssemblyInfo.cs
│       │   │   ├── web
│       │   │   │   ├── Bin
│       │   │   │   │   ├── BLL.dll
│       │   │   │   │   ├── BLL.pdb
│       │   │   │   │   ├── DAL.dll
│       │   │   │   │   └── DAL.pdb
│       │   │   │   ├── Css
│       │   │   │   │   └── global.css
│       │   │   │   ├── DeviceBackManage
│       │   │   │   │   ├── BorrowBackDevice.aspx
│       │   │   │   │   ├── BorrowBackDevice.aspx.cs
│       │   │   │   │   ├── BorrowDevice.aspx
│       │   │   │   │   ├── BorrowDevice.aspx.cs
│       │   │   │   │   ├── backdevice.aspx
│       │   │   │   │   └── backdevice.aspx.cs
│       │   │   │   ├── DeviceManage
│       │   │   │   │   ├── AddDevice.aspx
│       │   │   │   │   ├── AddDevice.aspx.cs
│       │   │   │   │   ├── AddDeviceType.aspx
│       │   │   │   │   ├── AddDeviceType.aspx.cs
│       │   │   │   │   ├── BreakDevice.aspx
│       │   │   │   │   ├── BreakDevice.aspx.cs
│       │   │   │   │   ├── DeviceManage.aspx
│       │   │   │   │   ├── DeviceManage.aspx.cs
│       │   │   │   │   ├── DeviceTypeManage.aspx
│       │   │   │   │   ├── DeviceTypeManage.aspx.cs
│       │   │   │   │   ├── Repair.aspx
│       │   │   │   │   ├── Repair.aspx.cs
│       │   │   │   │   ├── RepairQ.aspx
│       │   │   │   │   ├── RepairQ.aspx.cs
│       │   │   │   │   ├── UpdataBeak.aspx
│       │   │   │   │   ├── UpdataBeak.aspx.cs
│       │   │   │   │   ├── UpdataRepair.aspx
│       │   │   │   │   ├── UpdataRepair.aspx.cs
│       │   │   │   │   ├── ViewBeakManage.aspx
│       │   │   │   │   ├── ViewBeakManage.aspx.cs
│       │   │   │   │   ├── main.aspx
│       │   │   │   │   ├── main.aspx.cs
│       │   │   │   │   ├── updatedevie.aspx
│       │   │   │   │   └── updatedevie.aspx.cs
│       │   │   │   ├── Login.aspx
│       │   │   │   ├── Login.aspx.cs
│       │   │   │   ├── MasterPage
│       │   │   │   │   ├── MainMasterPage.master
│       │   │   │   │   ├── MainMasterPage.master.cs
│       │   │   │   │   ├── MasterPage.master
│       │   │   │   │   └── MasterPage.master.cs
│       │   │   │   ├── Password
│       │   │   │   │   ├── ChanagePwd.aspx
│       │   │   │   │   ├── ChanagePwd.aspx.cs
│       │   │   │   │   ├── checkcode.aspx
│       │   │   │   │   └── checkcode.aspx.cs
│       │   │   │   ├── ReaderManage
│       │   │   │   │   ├── AddReader.aspx
│       │   │   │   │   ├── AddReader.aspx.cs
│       │   │   │   │   ├── AddReaderType.aspx
│       │   │   │   │   ├── AddReaderType.aspx.cs
│       │   │   │   │   ├── ReaderManage.aspx
│       │   │   │   │   ├── ReaderManage.aspx.cs
│       │   │   │   │   ├── ReaderTypeManage.aspx
│       │   │   │   │   └── ReaderTypeManage.aspx.cs
│       │   │   │   ├── SysemQuery
│       │   │   │   │   ├── BorrowBackQuery.aspx
│       │   │   │   │   ├── BorrowBackQuery.aspx.cs
│       │   │   │   │   ├── DeviceQuery.aspx
│       │   │   │   │   ├── DeviceQuery.aspx.cs
│       │   │   │   │   ├── ReaderGRmanage.aspx
│       │   │   │   │   └── ReaderGRmanage.aspx.cs
│       │   │   │   ├── SystemSet
│       │   │   │   │   ├── AddAdmin.aspx
│       │   │   │   │   ├── AddAdmin.aspx.cs
│       │   │   │   │   ├── AddDeviceShelf.aspx
│       │   │   │   │   ├── AddDeviceShelf.aspx.cs
│       │   │   │   │   ├── AdminManage.aspx
│       │   │   │   │   ├── AdminManage.aspx.cs
│       │   │   │   │   ├── DeviceShelfManage.aspx
│       │   │   │   │   └── DeviceShelfManage.aspx.cs
│       │   │   │   ├── Web.config
│       │   │   │   └── images
│       │   │   │       ├── 0736430.jpg
│       │   │   │       ├── BBBB.jpg
│       │   │   │       ├── Logo_1.jpg
│       │   │   │       ├── background1.jpg
│       │   │   │       ├── background3.jpg
│       │   │   │       ├── beijing.jpg
│       │   │   │       ├── main-1.jpg
│       │   │   │       ├── main.jpg
│       │   │   │       ├── main1.jpg
│       │   │   │       ├── mainn.jpg
│       │   │   │       └── wh_banner.jpg
│       │   │   ├── 高校设备管理系统.sln
│       │   │   └── 高校设备管理系统.suo
│       │   ├── DAL
│       │   │   ├── DAL.csproj
│       │   │   ├── DAL.csproj.user
│       │   │   ├── DataBase.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   ├── bin
│       │   │   │   ├── Debug
│       │   │   │   │   ├── DAL.dll
│       │   │   │   │   └── DAL.pdb
│       │   │   │   └── Release
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DAL.csproj.FileListAbsolute.txt
│       │   │           ├── DAL.dll
│       │   │           ├── DAL.pdb
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── Refactor
│       │   │           │   └── DAL.dll
│       │   │           └── TempPE
│       │   ├── EquipmentMessage.mdf
│       │   ├── EquipmentMessage_log.ldf
│       │   ├── UpgradeLog.XML
│       │   ├── _UpgradeReport_Files
│       │   │   ├── UpgradeReport.css
│       │   │   ├── UpgradeReport.xslt
│       │   │   ├── UpgradeReport_Minus.gif
│       │   │   └── UpgradeReport_Plus.gif
│       │   ├── web
│       │   │   ├── Bin
│       │   │   │   ├── BLL.dll
│       │   │   │   ├── BLL.pdb
│       │   │   │   ├── DAL.dll
│       │   │   │   └── DAL.pdb
│       │   │   ├── Css
│       │   │   │   └── global.css
│       │   │   ├── DeviceBackManage
│       │   │   │   ├── BorrowBackDevice.aspx
│       │   │   │   ├── BorrowBackDevice.aspx.cs
│       │   │   │   ├── BorrowDevice.aspx
│       │   │   │   ├── BorrowDevice.aspx.cs
│       │   │   │   ├── backdevice.aspx
│       │   │   │   └── backdevice.aspx.cs
│       │   │   ├── DeviceManage
│       │   │   │   ├── AddDevice.aspx
│       │   │   │   ├── AddDevice.aspx.cs
│       │   │   │   ├── AddDeviceType.aspx
│       │   │   │   ├── AddDeviceType.aspx.cs
│       │   │   │   ├── BreakDevice.aspx
│       │   │   │   ├── BreakDevice.aspx.cs
│       │   │   │   ├── DeviceManage.aspx
│       │   │   │   ├── DeviceManage.aspx.cs
│       │   │   │   ├── DeviceTypeManage.aspx
│       │   │   │   ├── DeviceTypeManage.aspx.cs
│       │   │   │   ├── Repair.aspx
│       │   │   │   ├── Repair.aspx.cs
│       │   │   │   ├── RepairQ.aspx
│       │   │   │   ├── RepairQ.aspx.cs
│       │   │   │   ├── UpdataBeak.aspx
│       │   │   │   ├── UpdataBeak.aspx.cs
│       │   │   │   ├── UpdataRepair.aspx
│       │   │   │   ├── UpdataRepair.aspx.cs
│       │   │   │   ├── ViewBeakManage.aspx
│       │   │   │   ├── ViewBeakManage.aspx.cs
│       │   │   │   ├── main.aspx
│       │   │   │   ├── main.aspx.cs
│       │   │   │   ├── updatedevie.aspx
│       │   │   │   └── updatedevie.aspx.cs
│       │   │   ├── Login.aspx
│       │   │   ├── Login.aspx.cs
│       │   │   ├── Password
│       │   │   │   ├── ChanagePwd.aspx
│       │   │   │   ├── ChanagePwd.aspx.cs
│       │   │   │   ├── checkcode.aspx
│       │   │   │   └── checkcode.aspx.cs
│       │   │   ├── ReaderManage
│       │   │   │   ├── AddReader.aspx
│       │   │   │   ├── AddReader.aspx.cs
│       │   │   │   ├── AddReaderType.aspx
│       │   │   │   ├── AddReaderType.aspx.cs
│       │   │   │   ├── ReaderManage.aspx
│       │   │   │   ├── ReaderManage.aspx.cs
│       │   │   │   ├── ReaderTypeManage.aspx
│       │   │   │   └── ReaderTypeManage.aspx.cs
│       │   │   ├── SysemQuery
│       │   │   │   ├── BorrowBackQuery.aspx
│       │   │   │   ├── BorrowBackQuery.aspx.cs
│       │   │   │   ├── DeviceQuery.aspx
│       │   │   │   ├── DeviceQuery.aspx.cs
│       │   │   │   ├── ReaderGRmanage.aspx
│       │   │   │   └── ReaderGRmanage.aspx.cs
│       │   │   ├── SystemSet
│       │   │   │   ├── AddAdmin.aspx
│       │   │   │   ├── AddAdmin.aspx.cs
│       │   │   │   ├── AddDeviceShelf.aspx
│       │   │   │   ├── AddDeviceShelf.aspx.cs
│       │   │   │   ├── AdminManage.aspx
│       │   │   │   ├── AdminManage.aspx.cs
│       │   │   │   ├── DeviceShelfManage.aspx
│       │   │   │   └── DeviceShelfManage.aspx.cs
│       │   │   ├── Web.config
│       │   │   └── images
│       │   │       ├── 0736430.jpg
│       │   │       ├── BBBB.jpg
│       │   │       ├── Logo_1.jpg
│       │   │       ├── MasterPage
│       │   │       │   ├── MainMasterPage.master
│       │   │       │   ├── MainMasterPage.master.cs
│       │   │       │   ├── MasterPage.master
│       │   │       │   └── MasterPage.master.cs
│       │   │       ├── background1.jpg
│       │   │       ├── background3.jpg
│       │   │       ├── beijing.jpg
│       │   │       ├── main-1.jpg
│       │   │       ├── main.jpg
│       │   │       ├── main1.jpg
│       │   │       ├── mainn.jpg
│       │   │       └── wh_banner.jpg
│       │   ├── 高校设备管理系统.sln
│       │   └── 高校设备管理系统.suo
│       └── 高校设备管理系统数据库
└── 找例子网_基于ASP.NE的校园一体化设备管理系统 全套源码 数据库.rar

50 directories, 223 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复